home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / RUNME2.TXT < prev    next >
Encoding:
Text File  |  1998-01-13  |  3.6 KB  |  128 lines

  1.  --------------
  2.   INTRODUCTION 
  3.  --------------
  4.  
  5. Runme2.com is an enchanced version of runme.com.
  6.  
  7. By "enhanced" i mean:
  8.  
  9.         [1] Tips to slow down Brute force,
  10.             for example, it could be :
  11.  
  12.            xxxx:
  13.              <ACTION>
  14.              yyyy:
  15.              LOOP yyyy
  16.            <ACTION>
  17.            LOOP xxxx
  18.  
  19.             ...where CX depends of your input.
  20.  
  21.         [2] Password can vary from 1 character to 10
  22.  
  23.             Don't expect to have to enter only 1 character
  24.             as password ;) but perhaps 10 neither (Hmm...)
  25.  
  26.         [3] I use table to encrypt/decrypt data.
  27.  
  28.             Some inspiration from other crackme (testX, trymeX, etc...)
  29.  
  30.         [4] Much more manipulations on your password
  31.  
  32.         [5] Blowfish / PGP encryption (no, i'm kidding ;))
  33.  
  34.  
  35. By "enhanced" i don't mean:
  36.  
  37.         [1] Anti-debugging codes, tricky instruction.
  38.  
  39.             Only pure asm and with basic instructions :
  40.             "XOR, ROL, SHR, ADD, SUB,.."
  41.  
  42.             You will not find instructions like :
  43.             "MUL, DIV, IDIV, XLAT, ADC, BTS,..."
  44.  
  45.             No stack trick, you can still analyse it with debug/dos
  46.             No int replacement, No debugger detection, a DREAM!
  47.             (... and a nightmare for RANDOM ;))
  48.  
  49.         [2] I don't use "KAMIKAZE" jump/call :
  50.  
  51.             JMP $ + <part of your password>
  52.  
  53.             MOV AX, <password>
  54.             XOR [VAR_MEM], AX
  55.             CALL [VAR_MEM]
  56.  
  57.             etc...
  58.  
  59.         [3] The password has a sense :
  60.  
  61.             password: [-'##&ùù++11    <NO!>
  62.             password: ^^ttç@@=£       <NO!>
  63.             password: zUyTrFDxXD      <NO!>
  64.             password: SoFTiCE!        <COULD BE>
  65.             password: SAGE/CUP        <COULD BE>
  66.             password: BiLL GATES      <********>
  67.  
  68.  
  69.         [4] At least, there's one valid password
  70.             ... would be cool to code a crackme with no valid password ;]]]
  71.  
  72.  
  73.  --------------
  74.     VERSIONS
  75.  --------------
  76.  
  77.   This is my second crackme and surely the last one.
  78.   I coded it because crook/UCF has dropped my previous one to "7"
  79.   in his crackme's top and i want to show him he did a BIG mistake ;)
  80.  
  81.  ------------------------------------------
  82.      WHY SPENDING TIME ON THIS CRACKME?
  83.  ------------------------------------------
  84.  
  85.  It's always a challenge, even if there are so much crackme nowadays that
  86.  people are a bit lazy to crack/analyse them.
  87.  
  88.  Btw: There are some hidden texts in runme2.com, could be interesting no? ;)
  89.  
  90.  If someone crack mine, i promise i will try to do his one.
  91.  (shit, i hope Lordbyte/Job will never seen this txt file ;))
  92.  
  93.  --------------
  94.      GREETS
  95.  --------------
  96.  
  97.   *Group*
  98.  
  99.  UCF : simply because they are the best(²) in the world.
  100.  RBS : simply because they try to be the best in the world.
  101.  MCC : (²) hey guys, who can match Dyers on Keygen???
  102.  "The others" : simply because they try ;)
  103.  
  104.   *Personnel*
  105.  
  106.   Psychotron - Random/modnar/tralala - Grom - ^pain^ - Dyers
  107.   .... and all good dudes in #cracking, #ucf2000, #pst, etc...
  108.  
  109.  BTW: For people wondering why i've left the scene :
  110.  
  111.         (1) i've not really left the scene, proof: this crackme.
  112.         (2) i prefer retiring for some time because now i'm working
  113.             and i need serious reorganisation (and it takes time ;(
  114.         (3) My phone bill has now dropped to 60% (Ouahhhhh)
  115.         (-) i'll be back in a near future with some good releases.
  116.  
  117.  --------------
  118.     CONTACTS
  119.  --------------
  120.  
  121. If you want to get in touch with me, send email to kairn@hotmail.com
  122. Or try to catch me on EFFNET:#cracking,#pst,#ucf2000
  123.  
  124.  
  125. Bye all
  126.  
  127. ....KAIRN - 13 DECEMBER 1998 - 23H16 GMT....
  128.